@charset "utf-8";



.header_top {
    height: 215px;
    position: relative;
    z-index: 998;
}

.header_top .search_btn {
    background: #c99d5e url(../images/sousuo.png) center no-repeat
}

.header_top .search_top {
    border: 2px solid #c99d5e
}

.header_top .lb_ul {
    border-right-color: #c99d5e;
}

.header_top .first_li_nav {
    background: #c99d5e
}

.header_top .left_nav_child:hover {
    background: #c99d5e
}



.header_top .common_nav_ul .common_nav_li.on a {
    background: url(../images/nav_hover.png) right bottom no-repeat
}



.header_top .common_nav {
    background: #c99d5e
}

.header_top .first_li_nav {
    background: #c39046
}

.header_top .common_nav_ul .common_nav_li a {
    color: #fff
}



.n_container {
    padding: 50px 0
}

.n_container .n_left {
    width: 240px;
}

.n_container .n_left h1 {
    height: 95px;
    background: #ff001d;
    padding: 0 25px
}

.n_container .n_left h1 .box_table {
    text-align: left
}

.n_container .n_left h1 h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 6px;
    text-transform: uppercase
}

.n_container .n_left h1 h4 {
    font-size: 16px;
    color: #fff
}

.n_container .n_left ul , .addressal .didian ul {
    padding: 0;
}

.n_container .n_left .con ul li ,
.addressal .didian ul li {
    line-height: 45px;
    font-size: 14px;
    color: #565656;
    position: relative;
    margin-bottom: 1px;
}
.addressal {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.addressal .didian {
    width: 100px;
    text-align: center;
    position: sticky;
    top: 60px;
}
.n_container .n_left .con ul li:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 23px;
    width: 13px;
    height: 13px;
    display: none;
}

.n_container .n_left .con ul li:last-child {}

.n_container .n_left .con ul li.li i {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/jiantou01.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.6s;
    margin-top: 0;
    cursor: pointer;
}

.n_container .n_left .con ul li.on i,
.n_container .n_left .con ul li:hover i {
    right: 0;
    background: url(../images/jiantou01_on.png) center no-repeat;
    transform: rotate(90deg);
}

.n_container .n_left .con ul li.on:before {}



.n_container .n_left .con ul li>a ,
.addressal .didian ul li>a {
    color: #565656;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
    transition: 0.36s;
    background: #f4f4f6;
}

.n_container .n_left .con ul li:hover>a,
.n_container .n_left .con ul li.on>a ,
.addressal .didian ul li:hover>a ,
.addressal .didian ul li.on>a  {
    color: #fff;
    background: #c99d5e;
}



.n_container .n_left .con ul li dl {
    display: none;
    padding: 16px 0 10px;
    position: relative;
    padding-left: 25px;
    background: #fff;
}

.n_container .n_left .con ul li dl:before {
    content: "";
    position: absolute;
    right: 0;
    left: 20px;
    top: 0;
    height: 1px;
}

.n_container .n_left .con ul li dl dd {
    height: 40px;
    line-height: 40px;
    margin-top: -1px;
}

.n_container .n_left .con ul li dl dd a {
    display: block;
    font-size: 16px;
    color: #4c5054;
    padding-left: 28px;
    border-top: transparent 1px solid;
    border-bottom: transparent 1px solid;
    height: 40px;
    position: relative;
    transition: 0.6s;
}

.n_container .n_left .con ul li dl dd i {
    font-size: 14px;
    color: #323232 !important;
    padding: 0 30px;
    position: relative;
}

.n_container .n_left .con ul li dl dd a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    top: 12px;
    transition: 0.6s;
    opacity: 0;
    background: url(../images/hua_01.png) center no-repeat;
}

.n_container .n_left .con ul li dl dd.on a,
.n_container .n_left .con ul li dl dd:hover a {
    border-top: #0752ae 1px solid;
    border-bottom: #0752ae 1px solid;
    color: #0752ae;
}

.n_container .n_left .con ul li dl dd.on a:before,
.n_container .n_left .con ul li dl dd:hover a:before {
    opacity: 1;
    transform: rotate(90deg);
}



.n_container .n_right {
    width: 922px;
}



.mianbao {
    padding: 0;
    height: 40px;
    line-height: 32px;
    border-bottom: #d9dbde 1px solid;
    margin-bottom: 25px
}

.mianbao h3 {
    display: inline-block;
    font-size: 16px;
    color: #4f4f4f;
}

.mianbao h3 img {
    margin: -3px 0.5rem 0 0
}

.mianbao .fr {
    background: url(../images/home.png) left 10px no-repeat;
    padding-left: 20px;
}

.mianbao,
.mianbao span,
.mianbao i,
.mianbao a {
    font-size: 12px;
    color: #737374;
    font-style: normal;
    text-transform: capitalize;
}

.mianbao i {
    margin: 0 8px;
}

.mianbao i img {
    margin-top: -3px
}

.mianbao a:hover {
    color: #c99d5e;
}

.mianbao span {
    color: #c99d5e;
}



.n_about {
    padding: 30px 0 0
}

.n_about .title {
    margin-bottom: 30px;
}

.n_about .title h4 {
    font-size: 22px;
    color: #565656;
    margin-bottom: 8px
}

.n_about .title h5 {
    font-size: 12px;
    color: #6a6a6a;
    text-transform: uppercase
}



.n_zizhi {
    padding-bottom: 40px
}

.n_zizhi ul.ul01 {
    font-size: 0;
    margin: 0 -15px;
    margin-bottom: 30px;
}

.n_zizhi ul.ul01 li {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    width: 33.333333%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-bottom: 20px;
}

.n_zizhi ul.ul01 li a {
    display: block;
    background: #f4f4f6;
    padding: 30px 15px 15px;
    cursor: pointer;
    transition: 0.6s;
}

.n_zizhi ul.ul01 li .pic_box {
    width: 100%;
    height: 222px;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.n_zizhi ul.ul01 li .pic_box .box {
    display: table-cell;
    vertical-align: middle;
    text-align: -webkit-center;
}

.n_zizhi ul.ul01 li img {
    max-width: 210px;
    max-height: 222px;
    display: inline-block;
}

.n_zizhi ul.ul01 li h5 {
    font-size: 15px;
    color: #000000;
    line-height: 50px;
    height: 50px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-top: 0;
    transition: 0.36s;
    text-align: center;
}

.n_zizhi ul.ul01 li h5 svg {
    float: right;
    fill: #5e5e5e;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    display: inline-block;
    margin: 1.25rem 0;
}



.n_zizhi ul.ul01 li a:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}



/*====翻页====*/

.j_pages {
    margin: 0 auto 0 auto
}

.j_pages .box {
    display: inherit;
    width: 100%;
    padding: 0;
    font-size: 0;
}

.j_pages a {
    padding: 0px 12px;
    height: 34px;
    line-height: 32px;
    display: inline-block;
    border: #d6d6d6 1px solid;
    margin: 0 10px 0 0;
    color: #393939;
    font-size: 14px;
    box-sizing: border-box;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.j_pages a font {
    padding: 0 10px
}

.j_pages .on {
    background: #c99d5e;
    color: #fff;
    border: #c99d5e 1px solid;
}

.j_pages a:hover {
    background: #c99d5e;
    color: #fff;
    border: #c99d5e 1px solid;
}

.j_pages span {
    color: #393939;
    padding: 0px 16px;
    height: 38px;
    line-height: 34px;
    display: inline-block;
    font-size: 14px;
}

.j_pages input {
    color: #393939;
    padding: 0px 16px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    font-size: 14px;
    border: #d6d6d6 1px solid;
    cursor: pointer;
    background: none;
}

.j_pages input[type="text"] {
    width: 40px;
    padding: 0;
    text-align: center
}

.j_pages input[type="submit"]:hover {
    background: #c99d5e;
    color: #fff;
    border: #c99d5e 1px solid;
}





.n_video ul {
    font-size: 0;
    margin: 0 -15px;
    margin-bottom: 30px
}

.n_video ul li {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 25px
}

.n_video ul li a {
    padding: 6px;
    display: block;
    background: #f0f0f0
}

.n_video ul li .img {
    width: 100%;
    height: 282px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.n_video ul li .img>img {
    width: 100%;
    height: 282px;
    opacity: 1;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.n_video ul li .img .top01 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.85;
    transition: 0.6s;
}

.n_video ul li .img .top01 svg {
    width: 3rem;
    height: 3rem;
    fill: #fff
}

.n_video ul li h5 {
    font-size: 16px;
    color: #606060;
    width: 100%;
    position: relative;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.n_video ul li h5 span {
    overflow: hidden;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_video ul li h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 2px;
    transition: 0.6s;
}



.n_video ul li a:hover .img .top01 {
    transform: rotate(180deg)
}

.n_video ul li a:hover .img>img {
    transform: scale(1.05)
}



.n_fengcai ul {
    font-size: 0;
    margin: 0 -16px;
    margin-bottom: 25px
}

.n_fengcai ul li {
    display: inline-block;
    width: 33.3333333%;
    padding: 0 16px;
    text-align: center;
    margin-bottom: 20px
}

.n_fengcai ul li a {
    display: block;
    height: 350px;
    background: #f4f4f6;
    position: relative;
    overflow: hidden
}

.n_fengcai ul li a .img,
.n_fengcai ul li a .img img {
    width: 135px;
    height: 135px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
}

.n_fengcai ul li a .con h5 {
    font-size: 15px;
    color: #383838;
    padding: 18px 0 10px
}

.n_fengcai ul li a .con h6 {
    font-size: 13px;
    color: #888888;
    line-height: 22px;
    height: 44px;
    overflow: hidden
}

.n_fengcai ul li a .con p {
    font-size: 13px;
    color: #888888;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_fengcai ul li a .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 36px;
    transform: translateY(100%);
    transition: 0.6s
}

.n_fengcai ul li a .top h5 {
    font-size: 15px;
    color: #fff;
    padding: 18px 0 10px
}

.n_fengcai ul li a .top h6 {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    height: 44px;
    overflow: hidden
}

.n_fengcai ul li a .top p {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 10px
}



.n_fengcai ul li a:hover .top {
    background: #c99d5e;
    transform: translateY(0)
}



.n_baner {
    height: 345px;
    background-size: cover
}



.n_title001 {
    text-align: center;
    margin-bottom: 48px;
}

.n_title001 h3 {
    font-size: 2rem;
    color: #444444;
    font-weight: bold;
    margin-bottom: 8px
}

.n_title001 h3 font {
    color: #ff001d
}

.n_title001 h4 {
    font-size: 14px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-family: "PingFang SC"
}



.n_case {
    padding: 20px 0 0
}

.n_case dl {
    font-size: 0;
    margin-bottom: 50px
}

.n_case dl dd {
    display: inline-block;
    width: 12.5%;
    margin: -0.5px;
    text-align: center
}

.n_case dl dd a {
    border: #dfdfdf 1px solid;
    display: block;
    height: 70px;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 70px;
    transition: 0.6s;
    position: relative
}

.n_case dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_case dl dd a span {
    position: relative;
    z-index: 2
}



.n_case dl dd:hover a:after,
.n_case dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #c99d5e
}

.n_case dl dd:hover a,
.n_case dl dd.on a {
    color: #fff
}

/* .n_case  ul {
    font-size: 0;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    width: 947px;
} */


.n_case .anlis ul {
    font-size: 0;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    width: 947px;
}

.n_case .anlis ul li a {
    display: inline-block;
    height: 292px;
    background: #ededed;
    padding: 6px;
    position: relative
}
/* .n_case  ul li a {
    display: inline-block;
    height: 292px;
    background: #ededed;
    padding: 6px;
    position: relative
} */
.n_case .anlis ul  li a .img,
.n_case .anlis ul  li a .img img {
    width: 206px;
    height: 206px;
    overflow: hidden;
}
/* .n_case  ul  li a .img,
.n_case  ul  li a .img img {
    width: 206px;
    height: 206px;
    overflow: hidden;
} */

.n_case .anlis ul li a h5 {
    height: 70px;
    font-size: 15px;
    color: #404040;
    line-height: 26px;
    padding: 0 15px;
    text-align: left;
}
/* .n_case  ul li a h5 {
    height: 70px;
    font-size: 15px;
    color: #404040;
    line-height: 26px;
    padding: 0 15px;
    text-align: left;
} */
.n_case .anlis ul li a h5 .box_table {
    text-align: left
}
/* .n_case  ul li a h5 .box_table {
    text-align: left
} */
.n_case .anlis ul li a .zhuanran {
    position: absolute;
    right: 16px;
    bottom: 15px;
}

/* .n_case  ul li a .zhuanran {
    position: absolute;
    right: 16px;
    bottom: 15px;
} */

.n_contact {
    padding-bottom: 30px
}

.n_contact .fl01 {
    padding: 20px 0 32px;
    border-bottom: #cfcfd1 1px dashed;
    margin-bottom: 44px
}

.n_contact .fl01 .title {
    margin-bottom: 20px;
}

.n_contact .fl01 .title h4 {
    font-size: 20px;
    color: #565656;
    margin-bottom: 8px
}

.n_contact .fl01 .title h5 {
    font-size: 12px;
    color: #6a6a6a;
    text-transform: uppercase
}

.n_contact .fl01 p {
    font-size: 13px;
    line-height: 30px;
    color: #555555
}

.n_contact .fl01 p font {
    font-size: 22px;
    color: #ea353a
}

.n_contact .fl01 .right ul li {
    display: inline-block;
    padding: 0 12px;
    text-align: center
}

.n_contact .fl01 .right ul li h3 img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05)
}

.n_contact .fl01 .right ul li h5 {
    font-size: 12px;
    color: #656363;
    margin-top: 12px
}



#container01 {
    height: 310px;
    border: #dcdee0 1px solid
}



.n_mingma {
    padding: 20px 0 30px
}

.n_mingma dl {
    font-size: 0;
    margin-bottom: 50px
}

.n_mingma dl dd {
    display: inline-block;
    width: 12.5%;
    margin: -0.5px;
    text-align: center
}

.n_mingma dl dd a {
    border: #dfdfdf 1px solid;
    display: block;
    height: 84px;
    font-size: 15px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    background: #fff
}

.n_mingma dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_mingma dl dd a h5 {
    margin-bottom: 8px;
    font-family: "PingFang SC"
}

.n_mingma dl dd a h5,
.n_mingma dl dd a h6 {
    position: relative;
    z-index: 2;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}



.n_mingma dl dd:hover a:after,
.n_mingma dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #c99d5e
}

.n_mingma dl dd:hover a,
.n_mingma dl dd.on a {
    color: #fff
}



.n_mingma ul {
    font-size: 0;
    margin: 0 -12.5px;
    margin-bottom: 35px
}

.n_mingma ul li {
    display: inline-block;
    width: 20%;
    padding: 0 12.5px;
    margin-bottom: 25px
}

.n_mingma ul li a {
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: 0.6s
}

.n_mingma ul li a .img,
.n_mingma ul li a .img img {
    width: 220px;
    height: 220px;
    overflow: hidden;
    object-fit: cover
}

.n_mingma ul li a .con {
    padding: 25px 22px 30px
}

.n_mingma ul li a h5 {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: bold;
    line-height: 17px;
    height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    transition: 0.6s
}

.n_mingma ul li a p {
    font-size: 12px;
    line-height: 20px;
    color: #393939;
    margin-bottom: 5px
}

.n_mingma ul li a h6 {
    font-size: 20px;
    color: #ff001d;
    margin-top: 16px
}



.n_mingma ul li a h5:hover {
    color: #c99d5e
}

.n_mingma ul li a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}



.n_tongming {
    padding: 65px 0;
    background: #fff
}

.n_tongming ul {
    font-size: 0;
    margin: 0 -15px;
    margin-bottom: 35px
}

.n_tongming ul li {
    display: inline-block;
    width: 33.3333333%;
    padding: 0 15px;
    margin-bottom: 25px
}

.n_tongming ul li .box {
    display: block;
    background: #f0f0f0;
    border: #dfdfdf 1px solid;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.n_tongming ul li .img,
.n_tongming ul li .img img {
    width: 380px;
    height: 220px;
    overflow: hidden;
    object-fit: cover
}

.n_tongming ul li .con {
    padding: 60px 30px 30px;
    position: relative;
}

.n_tongming ul li .con .touxiang {
    width: 85px;
    height: 85px;
    position: absolute;
    border: #f0f0f0 6px solid;
    border-radius: 50%;
    top: -38px;
    background: #f0f0f0;
}

.n_tongming ul li .con .touxiang img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.n_tongming ul li .con h5 {
    font-size: 20px;
    color: #414141;
    text-transform: uppercase;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 18px
}

.n_tongming ul li .con dl dd {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px
}

.n_tongming ul li .con dl dd a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #e0e0e0;
    font-size: 13px;
    color: #414141;
    padding: 0 10px;
    transition: 0.6s
}

.n_tongming ul li .con dl dd.on a,
.n_tongming ul li .con dl dd a:hover {
    background: #ff001d;
    color: #fff
}



.n_tongming ul li .con h6 a {
    background: #a8a8a8;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    transition: 0.6s
}

.n_tongming ul li .con h6 a img {
    margin: 0 8px 0 0
}

.n_tongming ul li .con h6 a:hover {
    background: #ff001d;
    color: #fff
}



.n_hezuo {
    padding: 30px 0
}

.n_hezuo ul {
    margin: 0 -12.5px;
    font-size: 0;
    margin-bottom: 30px
}

.n_hezuo ul li {
    display: inline-block;
    width: 20%;
    padding: 0 12.5px;
    margin-bottom: 20px;
}

.n_hezuo ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.n_hezuo ul li .img,
.n_hezuo ul li .img img {
    width: 220px;
    height: 130px;
    transition: 0.6;
    position: relative
}

.n_hezuo ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #e3e3e3 1px solid;
    transition: 0.6s
}



.n_hezuo ul li a .con {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: 0.6s;
    font-size: 15px;
    line-height: 26px;
    color: #fff
}

.n_hezuo ul li a:hover .con {
    transform: translateY(0);
    background: rgba(201, 157, 94, 0.9);
}



.n_banquan {
    padding: 20px 0 30px
}

.n_banquan dl {
    font-size: 0;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.n_banquan dl:before {
    content: "";
    position: absolute;
    top: 23px;
    height: 1px;
    background: #d7d7d7;
    left: 0;
    right: 0;
}

.n_banquan dl dd {
    display: inline-block;
    width: 12.5%;
    margin: 0 10px;
    text-align: center;
}

.n_banquan dl dd a {
    border: #d7d7d7 1px solid;
    display: block;
    height: 45px;
    font-size: 16px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    background: #f0f0f0;
    overflow: hidden;
}

.n_banquan dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_banquan dl dd a h5 {
    font-family: "PingFang SC";
}

.n_banquan dl dd a h5,
.n_banquan dl dd a h6 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}



.n_banquan dl dd:hover a:after,
.n_banquan dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #c99d5e
}

.n_banquan dl dd:hover a,
.n_banquan dl dd.on a {
    color: #fff;
    border: #c99d5e 1px solid
}



.n_banquan ul {
    font-size: 0;
    margin: 0 -13px;
    margin-bottom: 35px
}

.n_banquan ul li {
    display: inline-block;
    width: 25%;
    padding: 0 13px;
    margin-bottom: 25px
}

.n_banquan ul li a {
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    padding: 35px 27px;
}

.n_banquan ul li a .img,
.n_banquan ul li a .img img {
    width: 225px;
    height: 144px;
    overflow: hidden;
    object-fit: cover;
}

.n_banquan ul li a .con {
    padding: 0 0 35px;
}

.n_banquan ul li a h5 {
    font-size: 16px;
    color: #2a2a2c;
    line-height: 17px;
    height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    transition: 0.6s;
}

.n_banquan ul li a p {
    font-size: 12px;
    line-height: 22px;
    color: #8a8a8a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_banquan ul li a h6 {
    font-size: 14px;
    color: #ff001d;
    margin-top: 16px;
    font-weight: bold;
}



.n_banquan ul li a h5:hover {
    color: #c99d5e
}

.n_banquan ul li a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}



.mianbao_q {
    padding: 0;
    height: 40px;
    line-height: 32px;
    margin-bottom: 0;
}

.mianbao_q,
.mianbao_q span,
.mianbao_q i,
.mianbao_q a {
    font-size: 12px;
    color: #737374;
    font-style: normal;
    text-transform: capitalize;
}

.mianbao_q i {
    margin: 0 8px;
}

.mianbao_q i img {
    margin-top: -3px
}

.mianbao_q a:hover {
    color: #c99d5e;
}

.mianbao_q span {
    color: #c99d5e;
}



.n_banquan_detail .n_left_d {
    width: 965px;
    display: table-cell;
    padding-right: 40px;
}

.n_banquan_detail .n_left_d .fl01 {
    padding: 20px;
    background: #fff
}

.n_banquan_detail .n_left_d .fl01 .left {
    width: 390px
}

.n_banquan_detail .n_left_d .fl01 .left .img,
.n_banquan_detail .n_left_d .fl01 .left .img img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
}

.n_banquan_detail .n_left_d .fl01 .right {
    width: 455px;
}

.n_banquan_detail .n_left_d .fl01 .right h3 {
    line-height: 52px;
    font-size: 20px;
    color: #393939;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

.n_banquan_detail .n_left_d .fl01 .right p {
    font-size: 14px;
    line-height: 28px;
    color: #636363;
    height: 90px;
    overflow: auto;
    margin-bottom: 9px;
}

.n_banquan_detail .n_left_d .fl01 .right .box_jg {
    background: #f5f5f5;
    padding: 22px 20px;
    height: 94px;
    bottom: 0;
}

.n_banquan_detail .n_left_d .fl01 .right .box_jg h6 {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.n_banquan_detail .n_left_d .fl01 .right .box_jg h6 svg {
    width: 16px;
    height: 16px;
    fill: #999;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.n_banquan_detail .n_left_d .fl01 .right .box_jg h4 {
    font-size: 28px;
    color: #ff001d;
    font-weight: bold;
    font-family: "PingFang SC"
}



.n_banquan_detail_btn {
    padding: 30px 0 15px
}

.n_banquan_detail_btn ul {
    font-size: 0
}

.n_banquan_detail_btn ul li {
    display: inline-block;
    width: 155px;
    margin: 0 10px 0 0;
    text-align: center;
}

.n_banquan_detail_btn ul li a {
    border: #d2d2d2 1px solid;
    display: block;
    height: 36px;
    font-size: 14px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    border-radius: 22.5px;
    overflow: hidden;
    line-height: 34px;
}

.n_banquan_detail_btn ul li a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_banquan_detail_btn ul li a h5 {
    font-family: "PingFang SC";
}

.n_banquan_detail_btn ul li a h5 svg {
    fill: #595959;
    vertical-align: middle;
    margin: -3px 6px 0 0;
}

.n_banquan_detail_btn ul li a h5 {
    position: relative;
    z-index: 2;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.n_banquan_detail_btn ul li:hover a:after,
.n_banquan_detail_btn ul li.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #c99d5e
}

.n_banquan_detail_btn ul li:hover a,
.n_banquan_detail_btn ul li.on a {
    color: #fff;
    border: #c99d5e 1px solid
}

.n_banquan_detail_btn ul li:hover a svg,
.n_banquan_detail_btn ul li.on a svg {
    fill: #fff
}

.n_banquan_detail_btn ul li.on:hover a:after {
    background: #b78f55
}

.n_banquan_detail_btn ul li.on a svg path {

    fill: #fff;

}

.n_banquan_detail_btn ul li:hover a svg path {

    fill: #fff;

}

/*==============分享插件=====================*/

.shart_box {}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

#j_shart_s_24 {
    position: relative;
    display: none;
    height: 50px;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

#j_shart_s_24 {
    position: absolute;
    right: 32px;
    top: 10px;
    width: 114px;
}



#j_shart_s_24 strong {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 36px;
    font-size: 12px;
    color: #838383;
    font-weight: normal;
}

#j_shart_s_24 .bds_qzone {
    background: url(../images/j_shart.png) center -224px no-repeat
}

#j_shart_s_24 .bds_tsina {
    background: url(../images/j_shart.png) center -311px no-repeat
}

#j_shart_s_24 .bds_tqq {
    background: url(../images/j_shart.png) center -195px no-repeat
}

#j_shart_s_24 .bds_renren {
    background: url(../images/j_shart.png) center -340px no-repeat
}

#j_shart_s_24 .bds_weixin {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_sqq {
    background: url(../images/j_shart.png) center -79px no-repeat
}

#j_shart_s_24 .bds_fbook {
    background: url(../images/j_shart.png) center -166px no-repeat
}

#j_shart_s_24 .bds_twi {
    background: url(../images/j_shart.png) center -137px no-repeat
}

#j_shart_s_24 .bds_linkedin {
    background: url(../images/j_shart.png) center -108px no-repeat
}

#j_shart_s_24 .bds_tieba {
    background: url(../images/j_shart.png) center -253px no-repeat
}



#j_shart_s_24 .bds_huaban {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_douban {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_copy {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_print {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_mshare {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_count {
    font-size: 12px
}



.bdshare-button-style1-32 a {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin: 6px 2px 6px 0 !important;
}



.n_banquan_detail .n_left_d .n_banquan_detail_tj a {
    display: block;
    line-height: 55px;
    background: #c99d5e;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    transition: 0.6s
}

.n_banquan_detail .n_left_d .fl02 {
    padding: 30px 20px;
    background: #fff
}

.n_banquan_detail .n_left_d .n_banquan_detail_tj a:hover {
    background: #b78f55
}





.n_banquan_detail .n_right_d .fl01 .renwu .img,
.n_banquan_detail .n_right_d .fl01 .renwu .img img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
}

.n_banquan_detail .n_right_d .fl01 .renwu h5 {
    font-size: 18px;
    color: #393939;
    padding: 12px 0 5px;
}

.n_banquan_detail .n_right_d .fl01 .renwu h6 {
    font-size: 12px;
    color: #888888;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 12px;
}

.n_banquan_detail .n_right_d .fl01 .renwu a {
    display: inline-block;
    width: 170px;
    line-height: 36px;
    background: #ff001d;
    border-radius: 18px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    transition: 0.6s;
}

.n_banquan_detail .n_right_d .fl01 .renwu a:hover {
    background: #b78f55
}



.n_banquan_detail .n_right_d {
    width: 235px;
    display: table-cell;
    vertical-align: top;
}

.n_banquan_detail .n_right_d .fl01 {
    width: 235px;
    padding: 20px;
    background: #fff
}

.n_banquan_detail .n_right_d .fl01 .renwu {
    text-align: center
}

.n_banquan_detail .n_right_d .fl01 .baojia {
    padding: 26px 0
}

.n_banquan_detail .n_right_d .fl01 .baojia h6 {
    font-size: 13px;
    line-height: 20px;
    color: #525252;
    text-align: center;
    margin-bottom: 16px
}

.n_banquan_detail .n_right_d .fl01 .baojia h6 a {
    color: #ff001d
}

.n_banquan_detail .n_right_d .fl01 .baojia form {
    border: #d1d1d1 1px solid;
    height: 44px;
    border-radius: 22px;
    position: relative;
}

.n_banquan_detail .n_right_d .fl01 .baojia form .txt {
    width: calc(100% - 32px);
    height: 42px;
    background: none;
    border: none;
    float: left;
    padding: 0 15px;
    font-size: 13px;
    color: #7d7d7d;
    border-radius: 4px 0 0 4px;
}

.n_banquan_detail .n_right_d .fl01 .baojia form .btn {
    width: 32px;
    float: left;
    border: 0;
    background: url(../images/btn_bg.png) center no-repeat;
    color: #fff;
    height: 32px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    top: 5px;
    right: 5px;
}

.n_banquan_detail .n_right_d .fl01 .baojia form .btn:hover {}

.n_banquan_detail .n_right_d .fl01 .tel {
    padding: 0 0 12px 24px;
    text-align: left;
}

.n_banquan_detail .n_right_d .fl01 .tel h6 {
    font-size: 12px;
    color: #5f5f5f;
    margin-bottom: 8px;
}

.n_banquan_detail .n_right_d .fl01 .tel h6 svg {
    width: 12px;
    height: 12px;
    fill: #ff001d;
    margin: 0 6px 0 0;
}

.n_banquan_detail .n_right_d .fl01 .tel h3 {
    font-size: 24px;
    color: #ff001d;
    font-family: Swis721 BlkCn BT
}

.n_banquan_detail .n_right_d .fl02 {
    padding: 25px 15px;
    background: #fff;
    margin-top: 15px
}

.n_banquan_detail .n_right_d .fl02 h4 {
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 22px
}

.n_banquan_detail .n_right_d .fl02 ul li {
    margin-bottom: 6px;
}

.n_banquan_detail .n_right_d .fl02 ul li a {
    display: block;
    height: 55px;
    line-height: 55px;
    background: #f0f0f0;
    transition: 0.6s
}

.n_banquan_detail .n_right_d .fl02 ul li a span {
    display: inline-block;
    width: 65px;
    text-align: right;
    margin-right: 10px
}

.n_banquan_detail .n_right_d .fl02 .ewm {
    background: #f0f0f0;
    text-align: center;
    padding: 24px 0
}

.n_banquan_detail .n_right_d .fl02 .ewm h3 img {
    width: 158px;
    height: 158px;
}

.n_banquan_detail .n_right_d .fl02 .ewm h5 {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 40px
}

.n_banquan_detail .n_right_d .fl02 ul li a:hover {
    background: #e1e1e1
}



.sticky {
    position: sticky;
    top: 65px;
    padding: 0;
    z-index: 996;
}



.n_banquan_detail .w1200 {
    display: table
}





.n_product_detail .n_left_d .fl01 .left .img,
.n_product_detail .n_left_d .fl01 .left .img img {
    width: 390px;
    height: 390px;
    object-fit: cover;
}

.n_product_detail .n_left_d .fl01 .right h3 i {
    display: inline-block;
    height: 20px;
    background: #9dabe4;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 0 10px;
    vertical-align: middle;
    margin: -3px 0 0 6px;
}

.n_product_detail .n_left_d .fl01 .right p {
    font-size: 14px;
    line-height: 28px;
    color: #636363;
    height: auto;
    margin-top: 10px;
}



.n_product_detail .n_banquan_detail_btn {
    padding: 40px 0 0
}

.n_banquan_detail .n_left_d .fl01 .silei {
    border-top: #e1e1e1 1px dashed;
    padding: 20px 0 0;
    margin-top: 30px
}

.n_banquan_detail .n_left_d .fl01 .silei ul li {
    display: inline-block;
    width: 120px;
    background: url(../images/line03.png) right center no-repeat;
    font-size: 14px;
    color: #999;
    text-align: center
}

.n_banquan_detail .n_left_d .fl01 .silei ul li img {
    margin: -3px 6px 0 0
}



.n_banquan_detail .n_left_d .fl03 {
    background: #fff;
    padding: 28px 5px 15px;
    margin-top: 15px
}

.n_banquan_detail .n_left_d .fl03 ul {
    font-size: 0;
}

.n_banquan_detail .n_left_d .fl03 ul li {
    display: inline-block;
    width: 16.666667%;
    text-align: center
}

.n_banquan_detail .n_left_d .fl03 ul li a {
    display: block;
}

.n_banquan_detail .n_left_d .fl03 ul li .ico {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.n_banquan_detail .n_left_d .fl03 ul li .ico .box_table {
    position: relative;
    z-index: 2
}

.n_banquan_detail .n_left_d .fl03 ul li .ico .box_table img {
    display: inline-block;
    transition: 0.9s
}

.n_banquan_detail .n_left_d .fl03 ul li .ico .box_table img.img2 {
    opacity: 0;
    visibility: hidden;
    width: 0
}

.n_banquan_detail .n_left_d .fl03 ul li .ico:before {
    content: "";
    position: absolute;
    z-index: 0;
    border: #d5d5d5 1px solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
}

.n_banquan_detail .n_left_d .fl03 ul li .ico:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #c99d5e;
    transform: scale(0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    opacity: 0;
    visibility: hidden;
}

.n_banquan_detail .n_left_d .fl03 ul li h5 {
    font-size: 14px;
    line-height: 40px;
    color: #494949;
}



.n_banquan_detail .n_left_d .fl03 ul li a:hover .ico:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.n_banquan_detail .n_left_d .fl03 ul li a:hover .ico:before {
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden
}

.n_banquan_detail .n_left_d .fl03 ul li a:hover .ico .box_table img {
    transform: rotateY(180deg)
}



.n_banquan_detail .n_left_d .fl03 ul li a:hover .ico .box_table img.img1 {
    opacity: 0;
    visibility: hidden;
    width: 0
}

.n_banquan_detail .n_left_d .fl03 ul li a:hover .ico .box_table img.img2 {
    opacity: 1;
    visibility: visible;
    width: auto
}



.n_banquan_detail .n_right_d .fl03 .title {
    padding: 30px 0 26px;
}

.n_banquan_detail .n_right_d .fl03 .title h3 {
    font-size: 18px;
    color: #ff001d;
    line-height: 20px;
    font-family: Swis721 BlkCn BT;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.n_banquan_detail .n_right_d .fl03 .title h4 {
    font-size: 22px;
    color: #424242
}

.n_banquan_detail .n_right_d .fl03 ul li {
    margin-bottom: 10px
}

.n_banquan_detail .n_right_d .fl03 ul li a {
    display: block;
    padding: 6px;
    background: #fff;
    transition: 0.6s
}

.n_banquan_detail .n_right_d .fl03 ul li .img,
.n_banquan_detail .n_right_d .fl03 ul li .img img {
    width: 220px;
    height: 220px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}

.n_banquan_detail .n_right_d .fl03 ul li h5 {
    font-size: 15px;
    color: #424242;
    line-height: 48px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    transition: 0.6s
}

.n_banquan_detail .n_right_d .fl03 ul li h5:hover {
    color: #c99d5e
}



.xuanfu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
    display: none;
}

.xuanfu.on {
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.xuanfu .content {
    background: #fff;
    width: 546px;
    height: 345px;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-close-2;
    animation-name: anim-close-2;
    padding: 0;
    position: relative;
}

.xuanfu.on .content {
    display: inline-block;
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.xuanfu .content .top {
    height: 130px;
    background: #c99d5e;
    padding: 35px 0 0
}

.xuanfu .content .top h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.xuanfu .content .top h6 {
    font-size: 15px;
    color: #fff;
}

.xuanfu .content span {
    display: inline-block;
    width: 95px;
    height: 40px;
    line-height: 40px;
    background: #007e64;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    transition: 0.6s;
    text-transform: capitalize;
    cursor: pointer
}



.xuanfu .content .guanbi {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.6s;
    overflow: hidden;
}

.xuanfu .content .guanbi svg {
    transition: 0.6s;
    position: relative;
}

.xuanfu .content .guanbi:hover svg {
    transform: rotate(180deg)
}



.xuanfu .content .bottom {
    padding: 28px 40px
}

.xuanfu .content form {}

.xuanfu .content form .txt {
    width: 100%;
    height: 60px;
    background: none;
    border: #d1d1d1 1px solid;
    float: left;
    padding: 0 20px;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 4px 0 0 4px;
}

.xuanfu .content form .btn {
    width: 190px;
    border: 0;
    background: #c99d5e;
    color: #fff;
    height: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    margin-top: 20px;
    border-radius: 3px;
    transition: 0.6s
}

.xuanfu .content form .btn:hover {
    background: #ff001d
}



.n_sbzc dl.dl {
    padding: 50px 0 0
}

.n_sbzc dl.dl {
    font-size: 0;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.n_sbzc dl.dl dd {
    display: inline-block;
    width: 175px;
    margin: 0 7px;
    text-align: center;
}

.n_sbzc dl.dl dd a {
    border: #d7d7d7 1px solid;
    display: block;
    height: 50px;
    font-size: 16px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.n_sbzc dl.dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_sbzc dl.dl dd a h5 {
    font-family: "PingFang SC";
}

.n_sbzc dl.dl dd a h5,
.n_banquan dl dd a h6 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}



.n_sbzc dl.dl dd:hover a:after,
.n_sbzc dl.dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #ff001d
}

.n_sbzc dl.dl dd:hover a,
.n_sbzc dl.dl dd.on a {
    color: #fff;
    border: #ff001d 1px solid
}



.n_news dl {
    font-size: 0;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.n_news dl:before {
    content: "";
    position: absolute;
    top: 23px;
    height: 1px;
    background: #d7d7d7;
    left: 0;
    right: 0;
}

.n_news dl dd {
    display: inline-block;
    width: 12.5%;
    margin: 0 10px;
    text-align: center;
}

.n_news dl dd a {
    border: #d7d7d7 1px solid;
    display: block;
    height: 45px;
    font-size: 16px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    background: #f0f0f0;
    border-radius: 22.5px;
    overflow: hidden;
}

.n_news dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_news dl dd a h5 {
    font-family: "PingFang SC";
}

.n_news dl dd a h5,
.n_banquan dl dd a h6 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}



.n_news dl dd:hover a:after,
.n_news dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #c99d5e
}

.n_news dl dd:hover a,
.n_news dl dd.on a {
    color: #fff;
    border: #c99d5e 1px solid
}





.page-news-list .main-content {
    background: #fff;
    padding: 70px 50px;
}



.page-news-list .main-content .time-box {
    width: 65px;
    height: 65px;
    overflow: hidden;
    background: #c99d5e;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 28px;
    position: relative;
    top: 0;
    float: left;
}

.page-news-list .main-content .time-box .day {
    font-size: 30px;
    line-height: 44px;
    font-family: "PingFang SC";
}

.page-news-list .main-content .time-box .time-tag {
    font-size: 12px;
    font-family: "PingFang SC";
}

.page-news-list .main-content .arti-list {
    display: inline-block;
    width: 1005px;
}

.page-news-list .main-content .arti-list li {
    padding-bottom: 100px;
    border-left: 1px solid #f5f5f5;
    padding-left: 20px;
    position: relative
}

.page-news-list .main-content .arti-list li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #bababa;
    position: absolute;
    border: 4px solid #f5f5f5;
    left: -8px;
    top: 0;
}

.page-news-list .main-content .arti-list li:last-child {
    /* border-left:0 */
}

.page-news-list .main-content .arti-list .time {
    font-size: 16px;
    color: #8a8a8a;
    margin-right: 12px;
    line-height: 16px;
    width: 100px;
    display: inline-block;
    float: left;
}

.page-news-list .main-content .arti-list .info {
    display: inline-block;
    width: 864px;
}

.page-news-list .main-content .arti-list .info h6 {
    font-size: 22px;
    color: #2a2a2c;
}

.page-news-list .main-content .arti-list .info .cont {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 22px;
    max-height: 66px;
    margin: 18px 0 18px;
}

.page-news-list .bdshare-button-style0-24 a {
    padding: 0;
    margin: 0
}



.page-news-list .share .wb,
.page-news-list .share .wx {
    vertical-align: middle
}

.pop-report .sub-box {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 30px
}

.pop-report .code-sure input {
    width: 108px;
    position: relative;
    top: -13px
}

.pop-report .code-sure .img {
    position: relative;
    top: -3px;
    margin-left: 10px
}

.pop-report .code-sure .img img {
    width: 100px
}

.top-title-bar {
    text-align: center;
    padding: 20px
}

.top-title-bar i,
.top-title-bar span {
    display: none !important
}

.page-news-list {
    margin-bottom: 50px
}

.page-news-list .share {
    font-size: 12px;
    color: #31424e;
    margin-top: 14px
}

.page-news-list .share .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle
}

.page-news-list .share .icon {
    margin-right: 6px
}

.page-news-list .share .wb {
    display: inline-block;
    background: url(../images/weibo_icon.png) center no-repeat;
    width: 20px;
    height: 20px
}

.page-news-list .share .wx {
    display: inline-block;
    background: url(../images/weixin_icon.png) center no-repeat;
    width: 20px;
    height: 20px
}





/*新闻详情*/

.n_news_detail {
    padding: 0;
}

.n_news_detail .content {
    display: -webkit-box;
}

.n_news_detail .n_left {
    width: 920px;
    padding-right: 50px;
}

.n_news_detail .n_left .box {
    padding: 0;
    background: #fff;
}

.n_news_detail .n_left .box .ar_title {
    margin-bottom: 2.125rem;
}

.n_news_detail .n_left .box .ar_title h3 {
    font-size: 23px;
    color: #424242;
    line-height: 40px;
    margin-bottom: 10px;
}





.n_news_detail .n_left .box .ar_title h6 span {
    position: relative;
    font-size: 12px;
    color: #7e8080;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    margin-right: 1.675rem;
    vertical-align: top;
}

.n_news_detail .n_left .box .ar_title h6 span img {
    margin: -3px 0.45rem 0 0
}

.n_news_detail .n_left .box .ar_title h6 {
    display: block;
    position: relative;
}

.n_news_detail .n_left .box .ar_title h6:before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 6.25rem;
    height: 3px;
    background: #ff9637;
    display: none;
}



.n_news_detail .n_left .box .ar_title h6 span svg {
    width: 20px;
    height: 20px;
    fill: #808080;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.n_news_detail .n_left .box .ar_title h6 span.shart_box svg {
    width: 26px;
    height: 26px;
    fill: #808080
}

.fenxiang_box {
    display: inline-block;
    position: relative;
    width: 205px;
    float: right;
}

.fenxiang_box:hover #j_shart_s_24 {
    display: inline-block;
}



.shart_box {
    display: inline-block;
    cursor: pointer
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

#j_shart_s_24 {
    display: none;
    vertical-align: top;
}

#j_shart_s_24 strong {
    z-index: 2;
    line-height: 36px;
    font-size: 12px;
    color: #7e8080;
    font-weight: normal;
    display: none;
}

#j_shart_s_24 .bds_qzone {
    background: url(../images/j_shart.png) center -224px no-repeat
}

#j_shart_s_24 .bds_tsina {
    background: url(../images/j_shart.png) center -311px no-repeat
}

#j_shart_s_24 .bds_tqq {
    background: url(../images/j_shart.png) center -195px no-repeat
}

#j_shart_s_24 .bds_renren {
    background: url(../images/j_shart.png) center -340px no-repeat
}

#j_shart_s_24 .bds_weixin {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_sqq {
    background: url(../images/j_shart.png) center -79px no-repeat
}

#j_shart_s_24 .bds_fbook {
    background: url(../images/j_shart.png) center -166px no-repeat
}

#j_shart_s_24 .bds_twi {
    background: url(../images/j_shart.png) center -137px no-repeat
}

#j_shart_s_24 .bds_linkedin {
    background: url(../images/j_shart.png) center -108px no-repeat
}

#j_shart_s_24 .bds_tieba {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_huaban {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_douban {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_copy {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_print {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_mshare {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_count {
    font-size: 12px
}

#j_shart_s_24.xian {
    display: inline-block
}



.n_news_detail .n_right {
    width: 280px;
}

.n_news_detail .n_right h3 {
    font-size: 22px;
    color: #5e5e5e;
    margin-bottom: 28px
}

.n_news_detail .n_right ul {
    font-size: 0;
    margin-bottom: 0;
}

.n_news_detail .n_right ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.n_news_detail .n_right ul li a {
    display: block
}

.n_news_detail .n_right ul li .img,
.n_news_detail .n_right ul li .img img {
    width: 100%;
    overflow: hidden;
    height: 180px;
    object-fit: cover;
}

.n_news_detail .n_right ul li a .con {
    overflow: hidden;
    padding: 14px 0;
}

.n_news_detail .n_right ul li a .con .box_table {
    text-align: left
}

.n_news_detail .n_right ul li a .con h5 {
    font-size: 1rem;
    color: #383737;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.6s;
    margin: 0;
    margin-bottom: 6px;
}

.n_news_detail .n_right ul li a .con h6 {
    margin: 0;
}



.n_news_detail .n_right ul li a .con h6 svg {
    fill: #828d9f;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0.5rem 0 0;
}

.n_news_detail .n_right ul li a .con h6 {
    font-size: 12px;
    color: #707070;
    font-family: "PingFang SC";
}



.n_news_detail .n_left #j_shart_s_24 {
    width: 164px;
    left: 55px;
    top: 2px;
    display: block;
}



.n_news_detail .n_right ul li a .con h5:hover {
    color: #c99d5e
}



.n_jingxuan .fl01 {
    padding: 64px 0
}



.n_jingxuan .fl01 dl {
    font-size: 0;
    margin: 0 -5px;
    margin-bottom: 0;
    position: relative;
    text-align: left;
}

.n_jingxuan .fl01 dl dd {
    display: inline-block;
    width: 12.5%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 18px;
}

.n_jingxuan .fl01 dl dd a {
    border: #dadbde 1px solid;
    display: block;
    height: 40px;
    font-size: 16px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}

.n_jingxuan .fl01 dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_jingxuan .fl01 dl dd a h5 {
    font-family: "PingFang SC";
}

.n_jingxuan .fl01 dl dd a h5,
.n_jingxuan .fl01 dl dd a h6 {
    position: relative;
    z-index: 2;
    height: 25px;
    line-height: 30px;
    font-size: 12px;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.n_jingxuan .fl01 dl dd.huo a h5 span {
    transform: scale(0.8);
    display: inline-block;
    transition: 0.6s
}

.n_jingxuan .fl01 dl dd.huo a h5 {
    background: url(../images/huo.png) center no-repeat;
    color: #fff;
    width: 17px
}



.n_jingxuan .fl01 dl dd:hover a:after,
.n_jingxuan .fl01 dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #ff112c
}

.n_jingxuan .fl01 dl dd:hover a,
.n_jingxuan .fl01 dl dd.on a {
    color: #fff;
    border: #ff112c 1px solid
}

.n_jingxuan .fl01 dl dd:hover a h5,
.n_jingxuan .fl01 dl dd:hover a h6 {
    color: #fff;
}

.n_jingxuan .fl01 dl dd.huo:hover a h5 span {
    transform: scale(1);
    display: inline-block
}



.n_jingxuan_box .fl01 {
    padding: 80px 0 45px;
    background: #f6f7f9
}

.n_jingxuan_box .fl01 .content {
    position: relative
}

.n_jingxuan_box .fl01 .fl00>h3 {
    font-size: 1.375rem;
    color: #494949;
    margin-bottom: 28px;
}

.n_jingxuan_box .fl01 .fl00>h3 img {
    margin: -3px 5px 0 0
}

.n_jingxuan_box .fl01 .fl00>h3 font {
    color: #ff001d
}

.n_jingxuan_box .fl01 .fl00 .left {
    width: 260px;
    background: #fff;
    padding: 8px;
    text-align: center
}

.n_jingxuan_box .fl01 .fl00 .left .img,
.n_jingxuan_box .fl01 .fl00 .left .img img {
    width: 244px;
    height: 295px;
    overflow: hidden;
    object-fit: cover
}

.n_jingxuan_box .fl01 .fl00 .left .con {
    height: 144px;
}

.n_jingxuan_box .fl01 .fl00 .left .con h5 {
    padding: 20px 0
}

.n_jingxuan_box .fl01 .fl00 .left .con h5 span {
    font-size: 14px;
    color: #474747;
    display: inline-block;
    padding: 0 30px;
    background: url(../images/yuan_left.png) left center no-repeat, url(../images/yuan_right.png) right center no-repeat;
}



.n_jingxuan_box .fl01 .fl00 {
    margin-bottom: 2.25rem
}

.n_jingxuan_box .fl01 .fl00 .left .con dl {
    font-size: 0;
    padding: 0 10px
}

.n_jingxuan_box .fl01 .fl00 .left .con dl dd {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
    width: 33.333333%;
}

.n_jingxuan_box .fl01 .fl00 .left .con dl dd a {
    display: block;
    height: 22px;
    line-height: 20px;
    border: #c8c9ca 1px solid;
    font-size: 12px;
    color: #686868;
    padding: 0 10px;
    transition: 0.6s;
}

.n_jingxuan_box .fl01 .fl00 .left .con dl dd.on a,
.n_jingxuan_box .fl01 .fl00 .left .con dl dd a:hover {
    background: #ff001d;
    color: #fff;
    border: #ff001d 1px solid
}

.n_jingxuan_box .fl01 .fl00 .right {
    width: 925px;
}

.n_jingxuan_box .fl01 .fl00 .right ul {
    font-size: 0;
    margin: 0 -7.5px;
}

.n_jingxuan_box .fl01 .fl00 .right ul li {
    display: inline-block;
    padding: 0 7.5px;
    width: 25%;
    margin-bottom: 15px
}

.n_jingxuan_box .fl01 .fl00 .right ul li .img,
.n_jingxuan_box .fl01 .fl00 .right ul li .img img {
    width: 220px;
    height: 220px;
    overflow: hidden;
    object-fit: cover
}



.n_jingxuan_box_xf {
    position: fixed;
    top: 65px;
    left: 50%;
    width: 50px;
    margin-left: -675px;
    overflow: hidden;
    display: none
}

.n_jingxuan_box_xf dl dd a {
    display: block;
    height: 3.75rem;
    background: #fff;
    padding: 0 12px;
    font-size: 12px;
    line-height: 17px;
    color: #686868;
    border-bottom: #c5c6c8 1px dashed;
    cursor: pointer
}

.n_jingxuan_box_xf dl dd:last-child a {
    border: none
}



.n_jingxuan_box_xf dl dd.on a {
    background: #ff001d;
    color: #fff
}





.n_chaoshi .fl01 {
    padding: 64px 0 14px;
}



.n_chaoshi .fl01 dl {
    font-size: 0;
    margin: 0 -5px;
    margin-bottom: 0;
    position: relative;
    text-align: left;
}

.n_chaoshi .fl01 dl dd {
    display: inline-block;
    width: 11.111111%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 18px;
}

.n_chaoshi .fl01 dl dd a {
    border: #dadbde 1px solid;
    display: block;
    height: 40px;
    font-size: 16px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}

.n_chaoshi .fl01 dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_chaoshi .fl01 dl dd a h5 {
    font-family: "PingFang SC";
}

.n_chaoshi .fl01 dl dd a h5,
.n_chaoshi .fl01 dl dd a h6 {
    position: relative;
    z-index: 2;
    height: 25px;
    line-height: 30px;
    font-size: 12px;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.n_chaoshi .fl01 dl dd.on a h5 span {
    transform: scale(0.8);
    display: inline-block;
    transition: 0.6s
}



.n_chaoshi .fl01 dl dd:hover a:after,
.n_chaoshi .fl01 dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #c99d5e
}

.n_chaoshi .fl01 dl dd:hover a,
.n_chaoshi .fl01 dl dd.on a {
    color: #fff;
    border: #c99d5e 1px solid
}

.n_chaoshi .fl01 dl dd:hover a h5,
.n_chaoshi .fl01 dl dd:hover a h6,
.n_chaoshi .fl01 dl dd.on a h5,
.n_chaoshi .fl01 dl dd.on a h6 {
    color: #fff;
}

.n_chaoshi .fl01 dl dd.on:hover a h5 span {
    transform: scale(1);
    display: inline-block
}



.n_chaoshi_box .fl02 {
    padding-bottom: 40px
}

.select-box {

    width: 100%
}



.select-box .select-card {

    border-bottom: 1px;

}



.select-box .select-card .list-box {

    padding: 0;

    margin: 0;
 
}



.select-box .select-card .list-box li {

    min-height: 50px;

    margin: 0;

    text-align: center;

    line-height: 30px;

    position: relative;

    padding: 10px 0px;

}



.select-box .select-card .list-box li .title {

    position: absolute;

    height: 100%;

    width: 112px;

    font-size: 14px;

    color: #424242;

    line-height: 40px;

    font-weight: bold;

}



.select-box .select-card .list-box li .content {

    position: absolute;

    left: 128px;

    width: 941px;

    color: #5a5a5a;

    padding: 0;

}



.select-box .select-card .list-box li .content span {

    display: block;

    padding: 0px 6px;

    margin-right: 15px;

    float: left;

    line-height: 40px;

    border-radius: 0;

    font-size: 14px;

    color: #424242;

    margin-bottom: 14px;

}

.select-box .select-card .list-box li .content span a:hover {
    color: #c99d5e
}



.select-box .select-card .list-box li .content span.active {

    background: #c99d5e;

    color: #fff;

}



.select-box .select-card .list-box li .content span.active:hover {

    color: #fff
}



.select-box .select-card .list-box li .content span:hover {

    color: #00463E
}



.select-box .select-card .list-box li .content span.more {

    float: right
}



.select-box .select-card .list-box li .content span.more i {

    font-size: 12px
}



.select-box .select-card .list-box li .more-a {

    color: #999;

    position: absolute;

    right: 94px;

    cursor: pointer
}

.select-box .select-card .list-box li .more-a .span2 {
    display: none
}

.select-box .select-card .list-box li .more-a i.span2 {
    transform: rotateX(180deg);
    top: 0px !important;
}

.select-box .select-card .list-box li .more-a.on .span1 {
    display: none
}

.select-box .select-card .list-box li .more-a.on .span2 {
    display: inline-block
}



.select-box .select-card .list-box li .more-a i {

    color: #999;

    font-size: 12px;

    display: inline-block;

    position: relative;

    left: 5px
}



.select-box .select-card .list-box li .more-a i.xiangxia1 {

    border: 6px solid transparent;

    border-top-color: #999;

    top: 4px
}



.select-box .select-card .list-box li .more-a i.xiangshang1 {

    border: 6px solid transparent;

    border-bottom-color: #999;

    top: -4px
}



.select-box .sortful {

    padding-top: 0px;

    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);

    -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);

}



.select-box .sortful .sort-btn {

    float: left
}



.select-box .sortful .sort-btn .news {

    float: left;

    padding: 16px;

    cursor: pointer
}



.select-box .sortful .sort-btn .news:hover {

    color: #00463E
}



.select-box .sortful .sort-btn .news.active {

    color: #00463E
}



.select-box .sortful .sort-btn .news i {

    display: inline-block;

    font-size: 14px;

    width: 15px;

    height: 15px
}



.select-box .sortful .sort-btn .hot {

    float: left;

    padding: 16px;

    cursor: pointer
}



.select-box .sortful .sort-btn .hot:hover {

    color: #00463E
}



.select-box .sortful .sort-btn .hot.active {

    color: #00463E
}



.select-box .sortful .sort-btn .hot i {

    display: inline-block;

    font-size: 14px;

    width: 15px;

    height: 15px
}



.select-box .sortful .search-btn {}



.select-box .sortful .search-btn .select-input {

    float: left;

    position: relative;

    width: 106px;

    margin: 0;

    padding: 0;

    margin-right: 10px;

}



.select-box .sortful .search-btn .select-input select {

    background: none;

    color: #666
}



.select-box .sortful .search-btn .select-input .filter-list {

    top: 34px;

    width: 106px;

    left: 0;

}



.select-box .sortful .search-btn .select-input.areatip .filter-list {

    width: 130px
}



.select-box .sortful .search-btn .select-input.qblp .filter-list {

    width: 155px;

    left: 2px
}



.select-box .sortful .search-btn .search-b {

    float: left;

    border: 1px solid #e6e6e6;

    margin: 0 0 0 12px;

    width: 180px;

    position: relative;

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;

}



.select-box .sortful .search-btn .search-b input {

    color: #333;

    float: left;

    padding: 0 5px;

    display: block;

    height: 100%;

    background: none;

}



.select-box .sortful .search-btn .search-b div {

    background: #d9000f;

    position: absolute;

    right: -1px;

    top: -1px;

    bottom: -1px;

    color: #fff;

    padding: 10px 16px;

    font-size: 14px;

    outline: none;

    cursor: pointer;

    border-top-right-radius: 4px;

    border-bottom-right-radius: 4px;

}



.select-box .sortful .search-btn .search-b div:hover {

    color: #fff;

    background: #00463E;

    border-color: #00463E
}

.filter-list li {
    min-height: auto !important;
    padding: 0 !important;
}

.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box
}

.filter-box {
    position: relative;
    box-sizing: border-box
}

.filter-box select {
    display: none;
    box-sizing: border-box
}

.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 12px;
    background: #fff;
    border: 1px solid #d2d4d5;
    box-sizing: border-box;
    border-radius: 0;
}

.filter-text input {
    font-size: 13px;
    box-sizing: border-box;
    color: #636363;
}

.filter-text .filter-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box
}

.filter-list {
    display: none;
    width: 100%;
    max-height: 260px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto;
    box-sizing: border-box
}

.filter-list li.filter-null a {
    color: #d2d2d2;
    box-sizing: border-box
}

.filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    box-sizing: border-box;
}

.filter-list li a:hover {
    color: #2b2b2b
}

.filter-list li:hover {
    background-color: #f2f2f2
}

.filter-list li.filter-selected {
    background-color: #f2f2f2
}

.filter-list li.filter-selected a {
    display: block;
    color: #2b2b2b
}

.filter-list li.filter-disabled {
    background-color: #fff
}

.filter-list li.filter-disabled a {
    display: block;
    color: #d2d2d2;
    box-sizing: border-box
}

.filter-list li.filter-disabled:hover a {
    cursor: not-allowed !important;
    background-color: #fff
}

.filter-text .icon {
    position: absolute;
    box-sizing: border-box
}

.icon-filter-arrow {
    width: 8px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 14px;
    top: 14px;
}

.icon-filter-arrow.filter-show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.filter-list::-webkit-scrollbar-track {
    background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
    background: #CBCBCB
}



.paixun {
    padding-bottom: 16px;
    border-bottom: #d9d9d9 1px solid;
    display: inline-block;
    width: 922px;
    margin-top: 50px;
}

.paixun dl {
    line-height: 34px;
    font-size: 0
}

.paixun dl dt,
.paixun dl dd {
    display: inline-block;
    font-size: 14px
}

.paixun dl dt {
    padding: 0 0 0 8px;
    width: 104px;
    color: #c99d5e
}

.paixun dl dd {
    margin-right: 30px;
    cursor: pointer;
}

.paixun dl dd img {
    margin: -3px 0 0 8px
}

.paixun dl dd:hover {
    color: #c99d5e
}

.paixun dl dd.active {
    color: #c99d5e
}




.n_chaoshi_li {
    padding: 0 0 5.625rem;
}

.n_chaoshi_li dl {
    font-size: 0;
    margin-bottom: 50px
}

.n_chaoshi_li dl dd {
    display: inline-block;
    width: 12.5%;
    margin: -0.5px;
    text-align: center
}

.n_chaoshi_li dl dd a {
    border: #dfdfdf 1px solid;
    display: block;
    height: 84px;
    font-size: 15px;
    color: #4d4d4d;
    transition: 0.6s;
    position: relative;
    background: #fff
}

.n_chaoshi_li dl dd a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    bottom: -1px;
    transition: 0.6s
}

.n_chaoshi_li dl dd a h5 {
    margin-bottom: 8px;
    font-family: "PingFang SC"
}

.n_chaoshi_li dl dd a h5,
.n_chaoshi_li dl dd a h6 {
    position: relative;
    z-index: 2;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}



.n_chaoshi_li dl dd:hover a:after,
.n_chaoshi_li dl dd.on a:after {
    left: -1px;
    width: calc(100% + 2px);
    background: #c99d5e
}

.n_chaoshi_li dl dd:hover a,
.n_chaoshi_li dl dd.on a {
    color: #fff
}



.n_chaoshi_li .fl05 ul {
    font-size: 0;
    margin: 0 -14px;
    margin-bottom: 35px
}

.n_chaoshi_li .fl05 ul li {
    display: inline-block;
    width: 25%;
    padding: 0 14px;
    margin-bottom: 25px
}

.n_chaoshi_li .fl05 ul li a {
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: 0.6s
}

.n_chaoshi_li .fl05 ul li a .img,
.n_chaoshi_li .fl05 ul li a .img img {
    width: 210px;
    height: 210px;
    overflow: hidden;
    object-fit: cover;
}

.n_chaoshi_li .fl05 ul li a .con {
    padding: 25px 16px 21px 20px;
    border: #e6e6e6 1px solid;
    height: 146px;
}

.n_chaoshi_li .fl05 ul li a h5 {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: bold;
    line-height: 17px;
    height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    transition: 0.6s
}

.n_chaoshi_li .fl05 ul li a p {
    font-size: 12px;
    line-height: 20px;
    color: #393939;
    margin-bottom: 5px
}

.n_chaoshi_li .fl05 ul li a p font {
    display: inline-block;
    width: 53px;
    height: 18px;
    line-height: 18px;
    background: #ff001d;
    border-radius: 9px;
    text-align: center;
    float: right
}

.n_chaoshi_li .fl05 ul li a p font span {
    display: inline-block;
    transform: scale(0.8);
    font-size: 12px;
    color: #fff;
}

.n_chaoshi_li .fl05 ul li a h6 {
    font-size: 20px;
    color: #ff001d;
    margin-top: 16px
}



.n_chaoshi_li .fl05 ul li a h5:hover {
    color: #c99d5e
}

.n_chaoshi_li .fl05 ul li a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.n_chaoshi_li.n_banquan_detail .n_right_d .fl03 ul li {
    margin-bottom: 15px
}

.n_chaoshi_li.n_banquan_detail .n_right_d .fl03 ul li a {
    padding: 0
}

.n_chaoshi_li.n_banquan_detail .n_right_d .fl03 ul li .img,
.n_chaoshi_li.n_banquan_detail .n_right_d .fl03 ul li .img img {
    width: 235px;
    height: 235px;
}



.n_sbfl ul li {
    margin-bottom: 15px
}

.n_sbfl ul li .top {
    background: #efefef;
    padding: 40px 35px;
}

.n_sbfl ul li .top .ico {
    width: 8.75rem;
    height: 8.75rem;
    background: #fff;
    border-radius: 50%
}

.n_sbfl ul li .top .con {
    width: calc(100% - 8.75rem);
    padding-left: 35px
}

.n_sbfl ul li .top .con h5 {
    font-size: 1.125rem;
    color: #3f3f3f;
    height: 40px;
    line-height: 40px;
}

.n_sbfl ul li .top .con h5 i {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.n_sbfl ul li .top .con>p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #7e7e7e;
    margin: 0.5rem 0 1rem
}

.n_sbfl ul li .top .con h6 {
    display: inline-block;
    font-size: 12px;
    color: #888888;
    line-height: 1.5rem;
}

.n_sbfl ul li .top .con h6 span.span2 {
    display: none
}

.n_sbfl ul li .top .con h6 span b {
    font-size: 1.125rem;
    font-weight: normal
}

.n_sbfl ul li .top .con .pp {
    font-size: 12px;
    line-height: 22px;
    color: #7e7e7e;
    display: none
}



.n_sbfl ul li .top .con h6.on span.span1 {
    display: none
}

.n_sbfl ul li .top .con h6.on span.span2 {
    display: inline-block
}



.n_sbfl ul li .bottom {
    background: #efefef;
    padding: 45px 28px 15px;
    margin-top: 10px;
    display: none
}

.n_sbfl ul li .bottom dl {
    font-size: 0;
    margin: 0 -15px;
}

.n_sbfl ul li .bottom dl dd {
    display: inline-block;
    width: 50%;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 20px
}

.n_sbfl ul li .bottom dl dd span {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 28px;
    border: #cecece 1px solid;
    border-radius: 15px;
    font-size: 12px;
    color: #555555;
    text-align: center;
    transition: 0.6s
}

.n_sbfl ul li .bottom dl dd font {
    font-size: 12px;
    color: #555555;
    width: 405px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px
}

.n_sbfl ul li .bottom dl dd a {
    float: right;
    font-size: 12px;
    color: #c99d5e;
    transition: 0.6s
}



.n_sbfl ul li .bottom dl dd a:hover {
    text-decoration: underline
}





/*登录注册*/

.n_jiemian {
    width: 100vw;
    padding: 75px 0;
    background: url(../images/n_jiemian_bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.n_jiemian .bg iframe {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40vw;
    height: 100vh;
}



.n_jiemian_bg {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    height: 628px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.n_jiemian_bg .left {
    width: 632px;
    height: 100%;
    padding: 0 0 0 100px;
}

.n_jiemian_bg .left .box {
    display: inline-block;
    text-align: left
}

.n_jiemian_bg .left .box h4 {
    font-size: 30px;
    color: #949494;
    margin-bottom: 12px;
}

.n_jiemian_bg .left .box h3 {
    font-size: 24px;
    color: #414141;
}

.n_jiemian_bg .left .box h5 {
    font-size: 18px;
    color: #126bcf;
    margin: 42px 0 90px;
    text-transform: capitalize;
}

.n_jiemian_bg .left .box .img,
.n_jiemian_bg .left .box .img img {
    width: 308px;
    height: 168px;
    overflow: hidden
}

.n_jiemian_bg .left .box_table {
    text-align: left;
}

.n_jiemian_bg .left .box_table h3 img {
    height: 1.75rem;
    margin-bottom: 1rem
}

.n_jiemian_bg .left .box_table h4 {
    font-size: 1.25rem;
    color: #fff;
    line-height: 2.5rem
}



.n_jiemian_bg .right {
    text-align: center;
    width: 560px;
    padding: 1.5rem 88px;
    height: 100%;
}

.n_jiemian_bg .right .content {
    width: 100%;
    display: inline-block;
}

.n_jiemian_bg .right .content .title h5 {
    font-size: 1.125rem;
    color: #666666;
    margin: 0;
    line-height: 1.75rem;
}

.n_jiemian_bg .right .content .title h5 font {
    color: #126bcf
}

.n_jiemian_bg form {
    margin-top: 2.125rem;
}

.n_jiemian_bg form .input {
    width: 100%;
    height: 48px;
    line-height: 46px;
    background: none;
    border: #dfdfdf 1px solid;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
}

.n_jiemian_bg form .input .input_tit {
    width: 50px;
    height: 46px;
    line-height: 46px;
    border-right: #dfdfdf 1px solid;
    float: left;
}

.n_jiemian_bg form .input label {
    float: left;
    width: 46px;
    height: 3.125rem;
    line-height: 3.125rem;
    position: relative;
    text-align: center;
}

.n_jiemian_bg form .input label svg {
    vertical-align: middle;
    display: inline-block
}

.n_jiemian_bg form .input label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    margin-top: -7.5px;
    background: #999999
}

.n_jiemian_bg form .input input {
    width: calc(100% - 50px);
    height: 46px;
    border: none;
    background: none;
    padding: 0 20px;
    font-size: 14px;
    float: left;
    color: #666666;
}



.gfield {
    margin-top: 0;
}

.gfield_label {
    font-size: 1.125rem;
    color: #3c3c3c;
    font-family: Gotham;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
    font-weight: bold
}

.ginput_container {
    margin-top: 0;
    margin-left: 3px;
}

.container06 form li .gfield_checkbox li {
    margin-bottom: 0 !important;
    line-height: 1.5rem;
}

.gfield_checkbox li label {
    margin-left: 6px;
}



.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_radio {

    margin-left: 30% !important;

    overflow: hidden
}



.gform_wrapper .gfield_checkbox label {

    font-size: 16px;

    font-weight: 400;

    line-height: 16px !important;

    display: inline-block;



    cursor: pointer;

    margin: 0 !important;

    padding-left: 12px !important;

    float: left
}



.gfield_checkbox input[type=checkbox] {

    background-color: #fff;

    width: 14px;

    height: 14px;

    min-width: 14px;

    min-height: 14px;

    border-radius: 0;

    border: 1px solid #686868;

    margin: 0px 0 !important;

    display: inline-block;

    float: left;

    position: relative;

    -webkit-appearance: none;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    outline: 0;

    cursor: pointer;

}



.gfield_checkbox li:hover>input[type=checkbox] {

    border: 1px solid #3598fc
}



.gfield_checkbox li>input[type=checkbox]:focus {



    border: 1px solid #3598fc
}



.gfield_checkbox li>input[type=checkbox]:checked {

    background: #126bcf;

    border: 1px solid #126bcf;

}



.gfield_checkbox input:checked+label {

    font-weight: 400 !important
}



.gform_wrapper .ginput_container {

    position: relative
}



.gform_wrapper .ginput_container:before {

    text-align: center;

    height: 24px;

    width: 24px;

    position: absolute;

    left: 12px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%)
}



.gform_wrapper .gform_footer {

    padding: 15px !important;

    margin: 0 !important
}

.ginput_container ul {
    float: left
}

.ginput_container a {
    float: right;
    font-size: 14px;
    color: #126bcf;
}

#field_5_6 {
    margin-top: 1px;
}

.n_jiemian_bg form .button {
    height: 48px;
    line-height: 48px;
    background: #c99d5e;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.6s;
}

.n_jiemian_bg form .button input {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    background: none;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.n_jiemian_bg form .button:hover {
    background: #ed001b;
}



.n_zhuce .n_jiemian_bg form h6 a {
    float: none
}

.n_zhuce .n_jiemian_bg form h6 {
    text-align: left;
    font-size: 13px;
    color: #616161;
    text-align: right;
    margin-top: 20px;
}

.n_jiemian_bg form h6 {
    text-align: left
}

.n_jiemian_bg form h6 a {
    display: inline-block;
    font-size: 13px;
    color: #c99d5e;
    margin: 0 4px;
}

.n_jiemian_bg form h6 a.fr {
    float: right
}



.content .or-line {

    width: 100%;

    text-align: center;

    font-size: 12px;

    color: #777777;

    letter-spacing: 0;

    height: 15px;

    line-height: 15px;

    position: relative;

    margin-top: 16px;

}









.content .or-line:before {

    position: absolute;

    left: 0;

    top: 7px;

    content: "";

    width: 75px;

    height: 1px;

    background: #E0E4E9;

    background-image: linear-gradient(-90deg, #E0E4E9 0%, #fff 100%);

    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#E0E4E9, endColorStr=#fff);

}

.content .or-line:after {

    position: absolute;

    right: 0;

    top: 7px;

    content: "";

    width: 75px;

    height: 1px;

    background: #E0E4E9;

    background-image: linear-gradient(-90deg, #FFFFFF 0%, #E0E4E9 100%);

    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FFFFFF, endColorStr=#E0E4E9);

}

.content .or-line a {
    color: #126bcf;
}

.n_jiemian_bg form .input_box .input {
    width: 68%
}

.n_jiemian_bg form .input_box .input input {
    width: 156px;
}

.n_jiemian_bg form .input_box .con button {
    border: none;
    width: 90px;
    height: 40px;
    line-height: 40px;
    top: 0;
    right: 0;
    background: #126bcf;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
}



.content .remind-text {

    font-size: 12px;

    color: #999999;

    letter-spacing: 0;

    height: 20px;

    line-height: 28px;

    position: relative;

    margin: -16px 0 -4px;

}

.n_zhuce .n_jiemian_bg form .button {
    margin-top: 18px;
}

.n_zhuce .n_jiemian_bg form {
    margin-top: 35px;
}

.n_jiemian_bg .right .content .title {}

.email_find {

    color: #126bcf;

    font-size: 14px;

    margin-bottom: 10px;

    cursor: pointer;

    width: 100%;

    text-align: left;

    padding-left: 15px;

}

.n_jiemian_bg .right .content .title h4 {
    font-size: 1.5rem;
    color: #363738;
    margin: 0;
}



.n_jiemian input::-webkit-input-placeholder {
    color: #999;
}

.n_jiemian input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.n_jiemian input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.n_jiemian input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}



.n_jiemian textarea::-webkit-input-placeholder {
    color: #999;
}

.n_jiemian textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.n_jiemian textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.n_jiemian textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}



#ds-reset .ds-textarea-wrapper {
    border: #eff7ff 3px solid !important;
    height: 94px !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

#ds-reset .ds-textarea-wrapper textarea {
    height: 94px !important
}

#ds-reset .ds-post-toolbar {
    border: #eff7ff 3px solid !important;
    padding: 0;
    border-top: #eff7ff 1px solid !important;
}

#ds-reset .ds-post-options {
    background: none !important;
    height: 64px !important;
}

#ds-reset .ds-post-button {
    border: none !important;
    width: 100px !important;
    height: 35px !important;
    line-height: 35px !important;
    background: #3f96ed !important;
    border-radius: 17.5px;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: normal !important;
    text-shadow: none !important;
    top: 15px !important;
    right: 20px !important;
}

#ds-reset .ds-toolbar-buttons {
    top: 24px !important;
    left: 20px !important
}





.recommend-box {

    margin: 0;

    position: relative;

}



.recommend-box .recommend-pointer {

    width: 118px;

    height: 72px;

    display: block;

    position: absolute;

    left: 50%;

    margin-left: -59px;

    top: 0
}



.recommend-works {

    width: 118px;

    height: 72px;

    padding-top: 12px;

    position: relative;

    /* display: -webkit-box; */

    display: -ms-flexbox;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    background-color: #026ad3;

    border: 1px solid #026ad3;

    margin: 0 auto;

    border-radius: 50px;

    cursor: pointer;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    text-align: center;

}



.recommend-works .like-effect {

    top: -7px;

    left: 32px
}



.recommend-works .recommend-number {

    font-size: 1.125rem;

    font-style: normal;

    color: #fff;

}



.recommend-works .unlogin-recommended-tips {

    top: 82px;

    left: 50%;

    margin-left: -110px
}



.recommend-works.preview-recommend {

    color: #999;

    background-color: #eee !important;

    pointer-events: none
}



.recommend-works.preview-recommend .icon-recommend {

    background-image: url(../images/dianzan-grey.png)
}



.icon-recommend {

    height: 26px;

    width: 15px;

    background-image: url(../images/icon-recommend.png);

    background-position: center;

    background-repeat: no-repeat;

    display: inline-block;

    margin-bottom: 4px;

}



.active .icon-recommend {

    background-image: url(../images/icon-recommended.png)
}



.like-icon.active,
.recommend-works.active {

    border: 1px solid #E9E9E9;

    background: #fff;

}



.recommend-works.active .recommend-number {
    color: #333
}



.unlogin-recommended-tips {

    width: 230px;

    font-size: 12px;

    color: #fff;

    text-align: center
}



.js-recommended-avatar {
    font-size: 0;
    text-align: center;
    margin-top: 2rem;
}

.n_left01 .fl04 {
    display: block;
    border: #e6e6e6 1px solid;
    padding: 2.25rem 3.125rem 3rem;
    background: #fff;
    border-radius: 4px;
    transition: 0.6s;
    margin-top: 1.25rem
}

.avatar-container-40 {
    display: inline-block;
    margin: 0 10px;
}

.js-recommended-total {
    font-size: 1.125rem;
    color: #38393a;
    margin-bottom: 1rem;
}

.recommend-box {
    margin-bottom: 2rem
}



.recommended-designer-avatar-wrap .avatar-container-40,
.recommended-designer-avatar-wrap .recommended-designer_more {}

.recommended-designer-avatar-wrap.recommended-designer_up .recommended-designer_more,
.recommended-designer-avatar-wrap.recommended-designer_up .recommended-designer_more:hover {

    background: #f2f2f2
}

.recommended-designer_more {

    width: 40px;

    height: 40px;

    font-size: 12px;

    line-height: 40px;

    text-align: center;

    border-radius: 50%;

    cursor: pointer;

    background: #ffe300;

    display: inline-block;

    vertical-align: top;

    margin: 0 5px;

}



.recommended-designer_more:hover {

    background: #ffd100
}

.recommended-designer_up .js-plus-n1 {
    display: none
}

.js-plus-n2 {
    display: none
}

.recommended-designer_up .js-plus-n2 {
    display: inline-block
}



.avatar-container-40 a {
    position: relative
}

.avatar-container-40 a .wenzi_box1 {
    width: 220px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 28px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}

.avatar-container-40 a .wenzi_box1:before {
    content: "";
    position: absolute;
    border-left: transparent 10px solid;
    border-right: transparent 10px solid;
    border-top: rgba(0, 0, 0, 0.6) 10px solid;
    bottom: -10px;
}

.avatar-container-40 a .wenzi_box1 p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: left
}

.avatar-container-40 a .wenzi_box2 {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #757575;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}



.avatar-container-40 a:hover .wenzi_box1,
.avatar-container-40 a:hover .wenzi_box2 {
    opacity: 1;
    visibility: visible;
}



.n_zhuce .n_jiemian_bg {}

.n_zhuce .n_jiemian_bg .right {}

.n_zhuce .n_jiemian_bg form .input input {
    width: calc(100% - 46px)
}



.n_zhuce .n_jiemian_bg .right .content {
    width: 100%;
    height: 100%;
}

.n_zhuce .n_jiemian_bg form .input {
    margin-bottom: 1rem
}



.n_zhuce .n_jiemian_bg .layui-form-item {
    border: #dfdfdf 1px solid;
    border-radius: 4px;
}

.n_zhuce .n_jiemian_bg .layui-form-select .layui-edge {
    border: none;
    background: url(../images/nav_down.svg) center no-repeat;
    width: 12px;
    height: 10px;
    background-size: 10px;
    margin-top: -5px;
    right: 15px;
}

.n_zhuce .n_jiemian_bg .layui-input,
.n_zhuce .n_jiemian_bg .layui-select,
.n_zhuce .n_jiemian_bg .layui-textarea {
    height: 46px;
    border: none;
    font-size: 14px;
    color: #333333;
    border-radius: 0 5px 5px 0;
}

.n_zhuce .n_jiemian_bg .layui-form-pane .layui-form-label {
    height: 46px;
    line-height: 46px;
    border: none;
    border-right: #dfdfdf 1px solid;
    width: 50px;
    padding: 0 14px;
    text-align: left;
    border-radius: 4px 0 0 4px;
    background: none;
    text-align: center;
}

.n_zhuce .n_jiemian_bg .layui-form-pane .layui-input-block {
    margin-left: 60px;
}

.n_zhuce .n_jiemian_bg .layui-btn {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    background: none;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    background: #c99d5e;
}



.n_zhuce .n_jiemian_bg .layui-form-pane .layui-input-block .yzm00 {
    position: absolute;
    right: 0;
    background: #86cdef;
    top: 0;
    width: 7rem;
    bottom: 0;
    line-height: 3.125rem;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer
}

.n_zhuce .n_jiemian_bg .layui-form-pane .layui-input-block .yzm02 {
    display: none;
    background: #e5e5e5;
    color: #555
}



.n_jiemian_bg form h6 a:hover {
    color: #c99d5e
}



.n_zhuce .n_jiemian_bg .layui-form-pane .layui-input-block .yzm00 {
    position: absolute;
    right: -144px;
    background: #9c9c9c;
    top: 0;
    width: 125px;
    bottom: 0;
    line-height: 46px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.n_zhuce .n_jiemian_bg .layui-form-pane .layui-input-block .yzm02 {
    display: none;
    background: #e5e5e5;
    color: #555
}



.n_header_dl {
    height: 110px;
}

.n_header_dl .logo {
    line-height: 110px;
}

.n_header_dl .right {
    font-size: 13px;
    line-height: 24px;
    color: #5c5c5c;
    padding: 30px 0;
    text-align: right
}

.n_header_dl .right p a {
    color: #ff001d
}



.n_header_dl .right p a:hover,
.n_zhuce .n_jiemian_bg form h6 a:hover {
    text-decoration: underline
}



.n_jiemian_bg .miso_hd {
    font-size: 0;
    text-align: center;
    margin: 1rem 0 -8px;
}

.n_jiemian_bg .miso_hd li {
    display: inline-block;
    width: auto !important;
    padding: 0 1.125rem
}

.n_jiemian_bg .miso_hd li a {
    font-size: 13px;
    line-height: 36px;
    color: #5c5c5c;
    transition: 0.36s;
    display: inline-block
}

.n_jiemian_bg .miso_hd li.on a {
    color: #c99d5e;
    border-bottom: #c99d5e 2px solid
}



.n_msb .layui-form {
    font-size: 0;
    margin: 0 -1.25rem;
}

.n_msb .layui-form .layui-form-label {
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
}

.n_msb .layui-form .layui-input-block {
    margin-left: 0;
}

.n_msb .layui-form .layui-form-select .layui-edge {
    right: 15px;
}

.n_msb .layui-form .layui-input,
.n_msb .layui-form .layui-select,
.n_msb .layui-form .layui-textarea {
    background: none;
    border: none;
    height: 50px;
    border: #e0e0e0 1px solid;
}

.n_msb .layui-form .layui-form-item {
    margin-bottom: 1rem;
    width: 33.333333%;
    display: inline-block;
    padding: 0 1.25rem;
    vertical-align: top;
}

.n_msb .layui-form .layui-input,
.n_msb .layui-form .layui-textarea {
    padding-left: 1.25rem;
    font-size: 14px;
    color: #000;
}

.n_msb .layui-form .layui-textarea {
    padding: 0.75rem 1.25rem;
    min-height: 9.75rem;
}

.n_msb .layui-form .layui-textarea::-webkit-input-placeholder {
    color: #000;
}

.n_msb .layui-form .layui-textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

.n_msb .layui-form .layui-textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

.n_msb .layui-form .layui-textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.n_baiodan .fl01 .right {
    width: 46.5%;
    position: relative
}



.n_msb form .title003 h3 {
    text-align: left
}

.n_msb .layui-form .layui-btn {
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    background: #c99d5e;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    padding-right: 1rem;
}

.n_baiodan .fl02 {
    overflow: hidden
}

.n_baiodan .fl02 iframe {
    height: 33.75rem;
    width: 100%
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    font-size: 14px;
}

.n_msb .layui-form .fa_weixin {
    padding: 1.5rem 1.25rem 0
}

.n_msb .layui-form .ewm {
    display: inline-block;
}

.n_msb .layui-form .fa_weixin p {
    font-size: 14px;
    line-height: 28px;
    color: #6b6b6b;
    margin-bottom: 0.75rem
}

.n_msb .layui-form .ewm h3 img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: #f1f1f1 5px solid
}

.n_msb .layui-form .ewm h5 {
    font-size: 13px;
    line-height: 40px;
    color: #9f9f9f;
    text-align: center
}
